home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-03-13 | 2.5 KB | 148 lines |
- [Root]
- Class=MultiStateComponent
- State=NULL
- State=PIDRoot
- Transition=HidePlayerID,1,0,0,PIDRoot
- Transition=ShowPlayerID,0,1,0,PIDRoot
- NextTransitionEvent=TogglePawnInfo
- TweenAlpha=True
- TweenColor=True
-
- [PIDRoot]
- Class=PlayerID
- Filename=PlayerID
- ComponentName=PIDContainer
- Height=72
-
- [PIDContainer]
- Class=FixedSizeContainer
- Component=PIDPawnNames
- Component=PIDHealthBars
- Y=-32
-
- [PIDPawnNames]
- Class=LabelShadow
- Access=Owner,GetPlayerName
- Align=Center,Center
-
- [PIDHealthBars]
- Class=ImageWipe
- TopImage=Green
- BottomImage=Red
- Access=Owner,GetHealthPct
- Size=128,4
- Location=0,16
- ;Color=0,0,0,128
- Align=Center,Center
-
- [PIDContainer_old]
- Class=FixedSizeContainer
- Component=BackgroundPID
- Component=NameLabel
- Component=HealthLabel
- Component=HealthBar
- Component=EnergyLabel
- Component=EnergyBar
- Component=PowerSuitLabel
- Component=SuitBar
- Component=PlayerName
- Component=PlayerHealth
- Component=PlayerEnergy
- Component=PlayerPowerSuit
- Size=120,50
- Location=-78,-32
-
- [NameLabel]
- Class=Label
- Text=Name:
- Font=LadderFonts.UTLadder10
- Alignment=Right,None
- Location=-90,3
-
- [HealthLabel]
- Class=Label
- Text=H
- Font=LadderFonts.UTLadder10
- Color=255,128,128,255
- Location=25,15
-
- [HealthBar]
- Class=ImageWipe
- Location=35,15
- Size=64,8
- Accessor=Owner,GetHealthPct
- TopImage=Red
- BottomImage=White
- InitialPct=1
- Color=255,255,255,128
-
- [EnergyLabel]
- Class=Label
- Text=E
- Color=128,128,255,255
- Font=LadderFonts.UTLadder10
- Location=25,27
-
- [EnergyBar]
- Class=ImageWipe
- Location=35,28
- Size=64,8
- Accessor=Owner,GetPowerSuitEnergyPct
- TopImage=Blue
- BottomImage=White
- InitialPct=1
- Color=255,255,255,128
-
- [PowerSuitLabel]
- Class=Label
- Text=P
- Color=0,192,0,255
- Font=LadderFonts.UTLadder10
- Location=25,39
-
- [SuitBar]
- Class=ImageWipe
- Location=35,40
- Size=64,8
- Accessor=Owner,GetPowerSuitStrengthPct
- TopImage=Green
- BottomImage=White
- InitialPct=1
- Color=255,255,255,128
-
- [PlayerName]
- Class=Label
- Alignment=Center,None
- Accessor=Owner,GetPlayerName
- Font=LadderFonts.UTLadder12
- Location=0,3
-
- [PlayerHealth]
- Class=NumWatcher
- Watch=Owner,GetHealth
- Font=LadderFonts.UTLadder10
- ;Color=255,128,128,255
- Location=60,15
-
- [PlayerEnergy]
- Class=NumWatcher
- Watch=Owner,GetPowerSuitEnergy
- Font=LadderFonts.UTLadder10
- ;Color=128,128,255,255
- Location=60,27
-
- [PlayerPowerSuit]
- Class=NumWatcher
- Watch=Owner,GetPowerSuitStrength
- Font=LadderFonts.UTLadder10
- ;Color=255,255,0,255
- Location=60,39
-
- [BackgroundPID]
- Class=ImageComponent
- Image=White
- Color=64,64,180,128
- Size=156,50
- Style=Alpha
-
-